Add version info about the deprecation of GTK_WIDGET_SENSITIVE
authorJavier Jardón <jjardon@gnome.org>
Wed, 3 Mar 2010 22:03:13 +0000 (23:03 +0100)
committerTristan Van Berkom <tristan.van.berkom@gmail.com>
Sun, 4 Apr 2010 00:59:00 +0000 (20:59 -0400)
This completes the patch of
commit 64f526d34e1adc609944078e2fea38b2792f8230

gtk/gtkwidget.h

index 31b2b6aaa8905e1d17e19a83b5eb62754e72cf0c..c766bdea23843be3dd6861d92a4c94a7328b4cbc 100644 (file)
@@ -271,6 +271,8 @@ typedef enum
  * @wid: a #GtkWidget.
  *
  * Evaluates to %TRUE if the #GTK_SENSITIVE flag has be set on the widget.
+ *
+ * Deprecated: 2.20: Use gtk_widget_get_sensitive() instead.
  */
 #define GTK_WIDGET_SENSITIVE(wid)        ((GTK_WIDGET_FLAGS (wid) & GTK_SENSITIVE) != 0)
 #endif